projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72331fb
)
configs: s5pc210_universal: enable the DM_PMIC and MAX8998
author
Jaehoon Chung
<
[email protected]
>
Mon, 9 Jan 2017 05:47:49 +0000
(14:47 +0900)
committer
Minkyu Kang
<
[email protected]
>
Wed, 18 Jan 2017 04:25:56 +0000
(13:25 +0900)
Enable the CONFIG_DM_PMIC and CONFIG_DM_PMIC_MAX8998.
s5pc210_universal board is using max8998 pmic.
To use the i2c/pmic driver model, enable these configurations.
Signed-off-by: Jaehoon Chung <
[email protected]
>
Signed-off-by: Minkyu Kang <
[email protected]
>
configs/s5pc210_universal_defconfig
patch
|
blob
|
history
diff --git
a/configs/s5pc210_universal_defconfig
b/configs/s5pc210_universal_defconfig
index b6cefb132af0361ac2df3b8e5690453c1a4f0607..538e0ce45b047abd76e7684fca467c013aece1e7 100644
(file)
--- a/
configs/s5pc210_universal_defconfig
+++ b/
configs/s5pc210_universal_defconfig
@@
-32,6
+32,9
@@
CONFIG_DFU_MMC=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_SDMA=y
CONFIG_MMC_SDHCI_S5P=y
+CONFIG_DM_PMIC=y
+CONFIG_DM_PMIC_MAX8998=y
+CONFIG_SYS_I2C_S3C24X0=y
CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_GADGET=y